home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / adaed / adapgm.tpl < prev    next >
Encoding:
Text File  |  1996-01-30  |  111 b   |  9 lines

  1. WITH Text_IO; USE Text_IO;
  2.  
  3. PROCEDURE $ IS
  4.     -- Declarations here
  5. BEGIN
  6.     NULL; -- Statements here
  7. END;
  8.  
  9.